Class ECMCBadMessageCheckException

All Implemented Interfaces:
Serializable

public class ECMCBadMessageCheckException extends EProfileException
This represents a profile specific exception for handling CMC badMessageCheck condition. The framework raises this exception when a request fails various checks

Version:
$Revision$, $Date$
See Also:
  • Constructor Details

    • ECMCBadMessageCheckException

      public ECMCBadMessageCheckException(String msg)
      Creates an exception.
      Parameters:
      msg - localized message that will be displayed to end user.
    • ECMCBadMessageCheckException

      public ECMCBadMessageCheckException(String msg, Throwable cause)
    • ECMCBadMessageCheckException

      public ECMCBadMessageCheckException(Throwable cause)